Puppet: hanging at Schedule[weekly]
Posted
by
Andrei Serdeliuc
on Server Fault
See other posts from Server Fault
or by Andrei Serdeliuc
Published on 2012-03-28T11:53:35Z
Indexed on
2012/03/28
23:33 UTC
Read the original article
Hit count: 214
puppet
Why would puppet hang at Schedule[weekly]?
I'm running puppet in a masterless setup, so to apply by manifest I'm just running puppet apply /etc/puppet/manifests/site.pp
In debug mode, these are the last things it says before it just hangs
debug: /Schedule[never]: Skipping device resources because running on a host
debug: /Schedule[daily]: Skipping device resources because running on a host
debug: /Schedule[monthly]: Skipping device resources because running on a host
debug: /Schedule[puppet]: Skipping device resources because running on a host
debug: /Schedule[hourly]: Skipping device resources because running on a host
debug: /Schedule[weekly]: Skipping device resources because running on a host
If I send a SIGINT, it says
Exiting
debug: Storing state
debug: Stored state in 0.03 seconds
debug: Finishing transaction 69992657242500
Thanks
© Server Fault or respective owner